home *** CD-ROM | disk | FTP | other *** search
/ Total Network Tools 2002 / NextStepPublishing-TotalNetworkTools2002-Win95.iso / Archive / Misc Servers / Zope.exe / ZCLASS_VIEWS.STX < prev    next >
Encoding:
Text File  |  2000-06-30  |  1.6 KB  |  52 lines

  1. ZClass - Views: Define management views.
  2.  
  3.   Description
  4.  
  5.     This view allows you to manage a ZClass's views.
  6.  
  7.     Views are managements screens that are available as tabs while
  8.     managing a Zope object. To provides through the web management for
  9.     your ZClass you need to define management views. Each management
  10.     view consists of a name, a method, and a help topic. When the
  11.     management view is selected by the user the view's method is
  12.     executed. Typically view methods are edit forms. Help topics
  13.     provide help for views. If a view has an associated help topic, a
  14.     help button will appear on the management view.
  15.  
  16.     **Note: A view will not be visible to a user unless they have
  17.     adequate permissions to execute the view method.**
  18.  
  19.   Controls
  20.  
  21.     Editing Views
  22.  
  23.       Views are listed one per line.
  24.  
  25.       '[Checkbox]' -- Selects a view.
  26.  
  27.       'Method' -- The method of the view.
  28.  
  29.       'Help Topic' -- The help topic associated with the view.
  30.  
  31.       'Change' -- Change the views.
  32.  
  33.       'Delete' -- Delete the selected views.
  34.  
  35.       'First' -- Moves the selected view to the beginning of the view
  36.       list. This allows you to change the order of the views.
  37.  
  38.     Creating Views
  39.  
  40.       'New' -- Allows you to create a new view. In the 'Name' field you
  41.       will be able to specify the label name of the view. The 'Method'
  42.       and 'Help Topic' field are the same as above.
  43.  
  44.       'Name' -- The name of the view.
  45.  
  46.       'Method' -- The method of the view.
  47.  
  48.       'Help Topic' -- The help topic associated with the view.
  49.  
  50.       'Add' -- Create a new view.
  51.  
  52.